blog-admin/
│
├── admin/
│   ├── index.php            # Admin dashboard
│   ├── login.php            # Admin login
│   ├── logout.php           # Logout
│   ├── posts.php            # Manage posts (CRUD)
│   ├── edit-post.php        # Edit post
│   ├── new-post.php         # Create post
│   └── delete-post.php      # Delete post
│
├── includes/
│   ├── config.php           # Database configuration
│   ├── auth.php             # Authentication functions
│   └── functions.php        # Helper functions
│
├── uploads/                 # Image uploads
│
├── index.php                # Redirect to admin
└── elementor-snippet.php    # PHP snippet for Elementor